Method: HTTPX::Connection::HTTP1#<<
- Defined in:
- lib/httpx/connection/http1.rb
permalink #<<(data) ⇒ Object
[View source]
75 76 77 |
# File 'lib/httpx/connection/http1.rb', line 75 def <<(data) @parser << data end |
75 76 77 |
# File 'lib/httpx/connection/http1.rb', line 75 def <<(data) @parser << data end |